productDescriptorReleaseDate

@get:Input
@get:Optional
abstract val productDescriptorReleaseDate: Property<String>

Date of the major version release in the YYYYMMDD format.

The provided value will be set as a value of the <product-descriptor release-date=""> element attribute.

Default value: IntelliJPlatformExtension.PluginConfiguration.ProductDescriptor.releaseDate

See also